.carousel, .carousel-inner, .fixed {
  width: 100vw;
  height: 100vh;
}

.fixed {
  position: fixed;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
/*# sourceMappingURL=style.css.map */